public void testRecoveryWithShortLog() throws Exception
{
// force EOF while reading log
testMalformed(badLogFile(100, 10));
}
@Test
public void testRecoveryWithShortLog() throws Exception
{
// force EOF while reading log
testRecoveryWithBadSizeArgument(100, 10);
}
@Test